home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / utils / ab2ascii-1.3 / Distfile < prev    next >
Text File  |  1996-09-11  |  2KB  |  53 lines

  1. /*
  2.  *  Distfile for AmigaBASIC->ASCII
  3.  */
  4.  
  5. /*
  6.  * (c)Copyright 1994 by Tobias Ferber.
  7.  *
  8.  * This file is part of AmigaBASIC->ASCII.
  9.  *
  10.  * AmigaBASIC->ASCII is free software; you can redistribute it and/or
  11.  * modify it under the terms of the GNU General Public License as
  12.  * published by the Free Software Foundation; either version 1 of the
  13.  * License, or (at your option) any later version.
  14.  *
  15.  * AmigaBASIC->ASCII is distributed in the hope that it will be useful,
  16.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.  * GNU General Public License for more details.
  19.  *
  20.  * You should have received a copy of the GNU General Public License
  21.  * along with AmigaBASIC->ASCII; see the file COPYING.  If not, write to
  22.  * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  23.  */
  24.  
  25. ab2ascii         // The executable
  26. ab2ascii.doc     // a short documentation of the options
  27.  
  28. Distfile         // this file
  29. DMakefile        // for Matt Dillon's nice DICE ;)
  30. Makefile         // for gcc-2.5.7+
  31.  
  32. main.c
  33. args.c           // command line argument converter
  34. flist.c          // filename list handling for command line option buffering
  35. symbols.c        // AmigaBASIC symbol table reading & handling
  36. codelines.c      // AmigaBASIC code line reading & handling
  37. expand.c         // token expander
  38. tokens.c         // token tables
  39. abasic.h         // general header file
  40. version.h        // current version number
  41. ab2ascii.c       // version tag
  42.  
  43. COPYING          // The GNU General Public License
  44. CHANGES          // AmigaBASIC->ASCII revision history
  45.  
  46. xtok.c           // A hack to extract the token table out of the AmigaBASIC Editor
  47.  
  48. /*
  49. ab2ascii.orig
  50. README.orig
  51. SCOPTIONS
  52. */
  53.